home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / IMGLIB95 / UIMAGE.DF_ / UIMAGE.DF / UIMAGE.txt
Text File  |  1996-03-31  |  21KB  |  939 lines

  1. object ViewImageForm: TViewImageForm
  2.   Left = 81
  3.   Top = 101
  4.   Width = 633
  5.   Height = 470
  6.   ActiveControl = DirectoryListBox1
  7.   Caption = 
  8.     'Imagelib user'#39's example. In stretching mode use the right mouse ' +
  9.     'button to Zoom'
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Times New Roman'
  13.   Font.Style = []
  14.   Menu = MainMenu1
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object QualityLabel: TLabel
  21.     Left = 551
  22.     Top = 326
  23.     Width = 58
  24.     Height = 13
  25.     Caption = 'JPG Quality '
  26.     Font.Color = clBlack
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object SmoothLabel: TLabel
  33.     Left = 551
  34.     Top = 363
  35.     Width = 62
  36.     Height = 13
  37.     Caption = 'JPG Smooth '
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.   end
  44.   object Label9: TLabel
  45.     Left = 536
  46.     Top = -2
  47.     Width = 30
  48.     Height = 15
  49.     AutoSize = False
  50.     Caption = 'Width'
  51.   end
  52.   object Label10: TLabel
  53.     Left = 536
  54.     Top = 30
  55.     Width = 32
  56.     Height = 15
  57.     AutoSize = False
  58.     Caption = 'Height'
  59.   end
  60.   object Label11: TLabel
  61.     Left = 536
  62.     Top = 62
  63.     Width = 65
  64.     Height = 15
  65.     AutoSize = False
  66.     Caption = 'Bits per pixel'
  67.   end
  68.   object Label12: TLabel
  69.     Left = 536
  70.     Top = 97
  71.     Width = 31
  72.     Height = 15
  73.     AutoSize = False
  74.     Caption = 'Planes'
  75.   end
  76.   object Label13: TLabel
  77.     Left = 536
  78.     Top = 130
  79.     Width = 32
  80.     Height = 15
  81.     AutoSize = False
  82.     Caption = 'Colors'
  83.   end
  84.   object Label14: TLabel
  85.     Left = 536
  86.     Top = 163
  87.     Width = 27
  88.     Height = 15
  89.     AutoSize = False
  90.     Caption = 'Type'
  91.   end
  92.   object Label15: TLabel
  93.     Left = 536
  94.     Top = 197
  95.     Width = 64
  96.     Height = 15
  97.     AutoSize = False
  98.     Caption = 'Compression'
  99.   end
  100.   object Label8: TLabel
  101.     Left = 536
  102.     Top = 232
  103.     Width = 20
  104.     Height = 15
  105.     Caption = 'Size'
  106.   end
  107.   object Label1: TLabel
  108.     Left = 8
  109.     Top = 9
  110.     Width = 53
  111.     Height = 15
  112.     Caption = 'Image Text'
  113.   end
  114.   object Label2: TLabel
  115.     Left = 154
  116.     Top = 296
  117.     Width = 94
  118.     Height = 14
  119.     Caption = 'Enabled with strecth'
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'Times New Roman'
  123.     Font.Style = []
  124.     ParentFont = False
  125.   end
  126.   object Gauge1: TGauge
  127.     Left = 192
  128.     Top = 259
  129.     Width = 329
  130.     Height = 17
  131.     BorderStyle = bsNone
  132.     ForeColor = clNavy
  133.     BackColor = clBtnFace
  134.     Progress = 0
  135.   end
  136.   object Label3: TLabel
  137.     Left = 538
  138.     Top = 286
  139.     Width = 83
  140.     Height = 15
  141.     Caption = 'Tif Compression'
  142.   end
  143.   object DriveComboBox1: TDriveComboBox
  144.     Left = 8
  145.     Top = 271
  146.     Width = 145
  147.     Height = 21
  148.     Color = clTeal
  149.     TabOrder = 0
  150.     OnChange = DriveComboBox1Change
  151.   end
  152.   object DirectoryListBox1: TDirectoryListBox
  153.     Left = 8
  154.     Top = 157
  155.     Width = 145
  156.     Height = 110
  157.     Color = clTeal
  158.     ItemHeight = 16
  159.     TabOrder = 1
  160.     OnChange = DirectoryListBox1Change
  161.   end
  162.   object FileListBox1: TFileListBox
  163.     Left = 8
  164.     Top = 53
  165.     Width = 145
  166.     Height = 97
  167.     Color = clTeal
  168.     ItemHeight = 16
  169.     Mask = '*.gif;*.jpg;*.pcx;*.bmp;*.wmf;*.ico;*.scm;*.png;*.cms;*.tif'
  170.     ShowGlyphs = True
  171.     TabOrder = 2
  172.     OnChange = FileListBox1Change
  173.   end
  174.   object QualitySpin: TSpinEdit
  175.     Left = 557
  176.     Top = 340
  177.     Width = 49
  178.     Height = 22
  179.     Hint = '0 to 100 for jpeg saving quality'
  180.     AutoSize = False
  181.     Color = clTeal
  182.     Font.Color = clBlack
  183.     Font.Height = -11
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     MaxValue = 100
  187.     MinValue = 0
  188.     ParentFont = False
  189.     ParentShowHint = False
  190.     ShowHint = True
  191.     TabOrder = 4
  192.     Value = 25
  193.     OnChange = QualitySpinChange
  194.   end
  195.   object Smoothspin: TSpinEdit
  196.     Left = 557
  197.     Top = 379
  198.     Width = 49
  199.     Height = 22
  200.     Hint = '0 to 100 for jpeg smoothing quality'
  201.     AutoSize = False
  202.     Color = clTeal
  203.     Font.Color = clBlack
  204.     Font.Height = -11
  205.     Font.Name = 'MS Sans Serif'
  206.     Font.Style = []
  207.     MaxValue = 100
  208.     MinValue = 0
  209.     ParentFont = False
  210.     ParentShowHint = False
  211.     ShowHint = True
  212.     TabOrder = 5
  213.     Value = 0
  214.     OnChange = SmoothspinChange
  215.   end
  216.   object GroupBox1: TGroupBox
  217.     Left = 253
  218.     Top = 289
  219.     Width = 140
  220.     Height = 134
  221.     Hint = 'Resolution to upscale/downscale the images to be read'
  222.     Caption = 'Read resolution'
  223.     Font.Color = clBlack
  224.     Font.Height = -11
  225.     Font.Name = 'MS Sans Serif'
  226.     Font.Style = []
  227.     ParentFont = False
  228.     ParentShowHint = False
  229.     ShowHint = True
  230.     TabOrder = 6
  231.     object res4: TRadioButton
  232.       Left = 8
  233.       Top = 57
  234.       Width = 105
  235.       Height = 17
  236.       Caption = '4 bit (16 colors)'
  237.       ParentShowHint = False
  238.       ShowHint = True
  239.       TabOrder = 0
  240.       OnClick = resClick
  241.     end
  242.     object res24: TRadioButton
  243.       Left = 8
  244.       Top = 96
  245.       Width = 105
  246.       Height = 17
  247.       Caption = '24 bit (true color)'
  248.       TabOrder = 1
  249.       OnClick = resClick
  250.     end
  251.     object res8: TRadioButton
  252.       Left = 8
  253.       Top = 77
  254.       Width = 105
  255.       Height = 17
  256.       Caption = '8 bit (256 colors)'
  257.       TabOrder = 2
  258.       OnClick = resClick
  259.     end
  260.     object res4System: TRadioButton
  261.       Left = 8
  262.       Top = 37
  263.       Width = 128
  264.       Height = 17
  265.       Caption = '4 bit (16 System colors)'
  266.       ParentShowHint = False
  267.       ShowHint = True
  268.       TabOrder = 3
  269.       OnClick = resClick
  270.     end
  271.     object resAuto: TRadioButton
  272.       Left = 8
  273.       Top = 114
  274.       Width = 105
  275.       Height = 17
  276.       Caption = 'Automatic'
  277.       Checked = True
  278.       TabOrder = 4
  279.       TabStop = True
  280.       OnClick = resClick
  281.     end
  282.     object res1: TRadioButton
  283.       Left = 8
  284.       Top = 16
  285.       Width = 111
  286.       Height = 17
  287.       Caption = '1 bit (MonoChrome)'
  288.       ParentShowHint = False
  289.       ShowHint = True
  290.       TabOrder = 5
  291.       OnClick = resClick
  292.     end
  293.   end
  294.   object Edit1: TEdit
  295.     Left = 536
  296.     Top = 12
  297.     Width = 80
  298.     Height = 19
  299.     AutoSize = False
  300.     Color = clNavy
  301.     Font.Color = clYellow
  302.     Font.Height = -12
  303.     Font.Name = 'Times New Roman'
  304.     Font.Style = []
  305.     ParentFont = False
  306.     ReadOnly = True
  307.     TabOrder = 7
  308.   end
  309.   object Edit2: TEdit
  310.     Left = 536
  311.     Top = 44
  312.     Width = 80
  313.     Height = 19
  314.     AutoSize = False
  315.     Color = clNavy
  316.     Font.Color = clYellow
  317.     Font.Height = -12
  318.     Font.Name = 'Times New Roman'
  319.     Font.Style = []
  320.     ParentFont = False
  321.     ReadOnly = True
  322.     TabOrder = 8
  323.   end
  324.   object Edit3: TEdit
  325.     Left = 536
  326.     Top = 78
  327.     Width = 80
  328.     Height = 19
  329.     AutoSize = False
  330.     Color = clNavy
  331.     Font.Color = clYellow
  332.     Font.Height = -12
  333.     Font.Name = 'Times New Roman'
  334.     Font.Style = []
  335.     ParentFont = False
  336.     ReadOnly = True
  337.     TabOrder = 9
  338.   end
  339.   object Edit4: TEdit
  340.     Left = 536
  341.     Top = 112
  342.     Width = 80
  343.     Height = 19
  344.     AutoSize = False
  345.     Color = clNavy
  346.     Font.Color = clYellow
  347.     Font.Height = -12
  348.     Font.Name = 'Times New Roman'
  349.     Font.Style = []
  350.     ParentFont = False
  351.     ReadOnly = True
  352.     TabOrder = 10
  353.   end
  354.   object Edit5: TEdit
  355.     Left = 536
  356.     Top = 145
  357.     Width = 80
  358.     Height = 19
  359.     AutoSize = False
  360.     Color = clNavy
  361.     Font.Color = clYellow
  362.     Font.Height = -12
  363.     Font.Name = 'Times New Roman'
  364.     Font.Style = []
  365.     ParentFont = False
  366.     ReadOnly = True
  367.     TabOrder = 11
  368.   end
  369.   object Edit6: TEdit
  370.     Left = 536
  371.     Top = 179
  372.     Width = 80
  373.     Height = 19
  374.     AutoSize = False
  375.     Color = clNavy
  376.     Font.Color = clYellow
  377.     Font.Height = -12
  378.     Font.Name = 'Times New Roman'
  379.     Font.Style = []
  380.     ParentFont = False
  381.     ReadOnly = True
  382.     TabOrder = 12
  383.   end
  384.   object Edit7: TEdit
  385.     Left = 536
  386.     Top = 213
  387.     Width = 80
  388.     Height = 19
  389.     AutoSize = False
  390.     Color = clNavy
  391.     Font.Color = clYellow
  392.     Font.Height = -12
  393.     Font.Name = 'Times New Roman'
  394.     Font.Style = []
  395.     ParentFont = False
  396.     ReadOnly = True
  397.     TabOrder = 13
  398.   end
  399.   object Edit8: TEdit
  400.     Left = 536
  401.     Top = 247
  402.     Width = 81
  403.     Height = 19
  404.     AutoSize = False
  405.     Color = clNavy
  406.     Font.Color = clYellow
  407.     Font.Height = -12
  408.     Font.Name = 'Times New Roman'
  409.     Font.Style = []
  410.     ParentFont = False
  411.     ReadOnly = True
  412.     TabOrder = 15
  413.   end
  414.   object GetInfoChecked: TCheckBox
  415.     Left = 543
  416.     Top = 269
  417.     Width = 74
  418.     Height = 17
  419.     Caption = 'Image Info'
  420.     State = cbChecked
  421.     TabOrder = 14
  422.     OnClick = GetInfoCheckedClick
  423.   end
  424.   object ScrollBar1: TScrollBar
  425.     Left = 180
  426.     Top = 21
  427.     Width = 9
  428.     Height = 238
  429.     Hint = 'Message speed'
  430.     Kind = sbVertical
  431.     Max = 11
  432.     ParentShowHint = False
  433.     Position = 5
  434.     ShowHint = True
  435.     TabOrder = 17
  436.     Visible = False
  437.     OnChange = ScrollBar1Change
  438.   end
  439.   object CheckBox2: TCheckBox
  440.     Left = 557
  441.     Top = 405
  442.     Width = 53
  443.     Height = 18
  444.     Caption = 'Dither'
  445.     Color = clBtnFace
  446.     ParentColor = False
  447.     TabOrder = 18
  448.     OnClick = CheckBox2Click
  449.   end
  450.   object BitBtn5: TBitBtn
  451.     Left = 8
  452.     Top = 294
  453.     Width = 145
  454.     Height = 21
  455.     Hint = 'Load an Image from a resource'
  456.     Caption = 'Load from resource'
  457.     ParentShowHint = False
  458.     ShowHint = True
  459.     TabOrder = 22
  460.     OnClick = BitBtn5Click
  461.     Style = bsNew
  462.   end
  463.   object BitBtn1: TBitBtn
  464.     Left = 8
  465.     Top = 314
  466.     Width = 145
  467.     Height = 20
  468.     Hint = 'Create a credit message using the message editor'
  469.     Caption = 'Create Scroll Message'
  470.     Font.Color = clBlack
  471.     Font.Height = -11
  472.     Font.Name = 'MS Sans Serif'
  473.     Font.Style = []
  474.     ParentFont = False
  475.     ParentShowHint = False
  476.     ShowHint = True
  477.     TabOrder = 16
  478.     OnClick = BitBtn1Click
  479.     Style = bsNew
  480.   end
  481.   object BitBtn2: TBitBtn
  482.     Left = 8
  483.     Top = 333
  484.     Width = 145
  485.     Height = 21
  486.     Hint = 'Create a scrolling message using the message editor'
  487.     Caption = 'Create Credit Message'
  488.     ParentShowHint = False
  489.     ShowHint = True
  490.     TabOrder = 19
  491.     OnClick = BitBtn2Click
  492.     Style = bsNew
  493.   end
  494.   object BitBtn4: TBitBtn
  495.     Left = 8
  496.     Top = 353
  497.     Width = 145
  498.     Height = 22
  499.     Hint = 'Create a scrolling message on the fly'
  500.     Caption = 'Scrolls on the Fly'
  501.     ParentShowHint = False
  502.     ShowHint = True
  503.     TabOrder = 21
  504.     OnClick = BitBtn4Click
  505.     Style = bsNew
  506.   end
  507.   object BitBtn3: TBitBtn
  508.     Left = 8
  509.     Top = 374
  510.     Width = 145
  511.     Height = 23
  512.     Hint = 'Create a credit message on the fly'
  513.     Caption = 'Credits on the Fly'
  514.     ParentShowHint = False
  515.     ShowHint = True
  516.     TabOrder = 20
  517.     OnClick = BitBtn3Click
  518.     Style = bsNew
  519.   end
  520.   object Scanning: TBitBtn
  521.     Left = 8
  522.     Top = 396
  523.     Width = 145
  524.     Height = 23
  525.     Hint = 'Scan an Image using Twain'
  526.     Caption = 'Twain Scan Image'
  527.     ParentShowHint = False
  528.     ShowHint = True
  529.     TabOrder = 23
  530.     OnClick = Scan1Click
  531.     Style = bsNew
  532.   end
  533.   object GroupBox2: TGroupBox
  534.     Left = 395
  535.     Top = 289
  536.     Width = 142
  537.     Height = 133
  538.     Hint = 'Resolution to upscale/downscale the images to be saved'
  539.     Caption = 'Save resolution'
  540.     Font.Color = clBlack
  541.     Font.Height = -11
  542.     Font.Name = 'MS Sans Serif'
  543.     Font.Style = []
  544.     ParentFont = False
  545.     ParentShowHint = False
  546.     ShowHint = True
  547.     TabOrder = 24
  548.     object SaveRes4: TRadioButton
  549.       Left = 8
  550.       Top = 36
  551.       Width = 105
  552.       Height = 17
  553.       Caption = '4 bit (16 colors)'
  554.       ParentShowHint = False
  555.       ShowHint = True
  556.       TabOrder = 0
  557.       OnClick = SaveResClick
  558.     end
  559.     object SaveRes24: TRadioButton
  560.       Left = 8
  561.       Top = 75
  562.       Width = 105
  563.       Height = 17
  564.       Caption = '24 bit (true color)'
  565.       TabOrder = 1
  566.       OnClick = SaveResClick
  567.     end
  568.     object SaveRes8: TRadioButton
  569.       Left = 8
  570.       Top = 56
  571.       Width = 105
  572.       Height = 17
  573.       Caption = '8 bit (256 colors)'
  574.       TabOrder = 2
  575.       OnClick = SaveResClick
  576.     end
  577.     object SaveResJpegGray: TRadioButton
  578.       Left = 8
  579.       Top = 94
  580.       Width = 110
  581.       Height = 17
  582.       Caption = 'JPeg GrayScale'
  583.       TabOrder = 3
  584.       OnClick = SaveResClick
  585.     end
  586.     object SaveRes4System: TRadioButton
  587.       Left = 8
  588.       Top = 16
  589.       Width = 130
  590.       Height = 17
  591.       Caption = '4 bit (16 System colors)'
  592.       ParentShowHint = False
  593.       ShowHint = True
  594.       TabOrder = 4
  595.       OnClick = SaveResClick
  596.     end
  597.     object SaveResAuto: TRadioButton
  598.       Left = 8
  599.       Top = 114
  600.       Width = 105
  601.       Height = 17
  602.       Caption = 'Automatic'
  603.       Checked = True
  604.       TabOrder = 5
  605.       TabStop = True
  606.       OnClick = SaveResClick
  607.     end
  608.   end
  609.   object CheckBox3: TCheckBox
  610.     Left = 191
  611.     Top = 1
  612.     Width = 113
  613.     Height = 17
  614.     Caption = 'Fit Image (Stretch)'
  615.     State = cbChecked
  616.     TabOrder = 25
  617.     OnClick = SstretchOnOff
  618.   end
  619.   object CheckBox4: TCheckBox
  620.     Left = 424
  621.     Top = 1
  622.     Width = 106
  623.     Height = 17
  624.     Hint = 'Use the ImageLib way to paint (Delphi Bug Fix)'
  625.     Caption = 'ImageLib Palette'
  626.     ParentShowHint = False
  627.     ShowHint = True
  628.     State = cbChecked
  629.     TabOrder = 26
  630.     OnClick = CheckBox4Click
  631.   end
  632.   object ScrollBox1: TScrollBox
  633.     Left = 192
  634.     Top = 21
  635.     Width = 334
  636.     Height = 239
  637.     BorderStyle = bsNone
  638.     TabOrder = 27
  639.     object MultiImage1: TPMultiImage
  640.       Left = -8
  641.       Top = 0
  642.       Width = 329
  643.       Height = 238
  644.       AutoSize = True
  645.       Center = True
  646.       Color = clBtnFace
  647.       Font.Color = clRed
  648.       Font.Height = -15
  649.       Font.Name = 'Times New Roman'
  650.       Font.Style = [fsBold, fsItalic]
  651.       ImageName = 'file not found'
  652.       ImageDither = True
  653.       ImageReadRes = lAutoMatic
  654.       ImageWriteRes = sAutoMatic
  655.       TifSaveCompress = sNONE
  656.       JPegSaveQuality = 25
  657.       JPegSaveSmooth = 0
  658.       OnClick = MultiImage1Click
  659.       OnMouseDown = MultiImage1MouseDown
  660.       OnMouseMove = MultiImage1MouseMove
  661.       OnMouseUp = MultiImage1MouseUp
  662.       ParentFont = False
  663.       Stretch = True
  664.       TextShadow = True
  665.       TextShadowColor = clNavy
  666.       TextLeft = 160
  667.       TextTop = 50
  668.       TextRotate = 45
  669.       TabOrder = 0
  670.       TabStop = False
  671.     end
  672.   end
  673.   object Edit10: TEdit
  674.     Left = 9
  675.     Top = 25
  676.     Width = 120
  677.     Height = 23
  678.     Color = clBlack
  679.     Font.Color = clWhite
  680.     Font.Height = -12
  681.     Font.Name = 'Times New Roman'
  682.     Font.Style = []
  683.     ParentFont = False
  684.     TabOrder = 28
  685.   end
  686.   object BitBtn7: TBitBtn
  687.     Left = 131
  688.     Top = 25
  689.     Width = 22
  690.     Height = 21
  691.     Hint = 'Send text to image window'
  692.     ParentShowHint = False
  693.     ShowHint = True
  694.     TabOrder = 29
  695.     OnClick = BitBtn7Click
  696.     Glyph.Data = {
  697.       78010000424D7801000000000000760000002800000020000000100000000100
  698.       04000000000000000000120B0000120B00000000000000000000000000000000
  699.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  700.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  701.       33333FF3333333333333447333333333333377FFF33333333333744473333333
  702.       333337773FF3333333333444447333333333373F773FF3333333334444447333
  703.       33333373F3773FF3333333744444447333333337F333773FF333333444444444
  704.       733333373F3333773FF333334444444444733FFF7FFFFFFF77FF999999999999
  705.       999977777777777733773333CCCCCCCCCC3333337333333F7733333CCCCCCCCC
  706.       33333337F3333F773333333CCCCCCC3333333337333F7733333333CCCCCC3333
  707.       333333733F77333333333CCCCC333333333337FF7733333333333CCC33333333
  708.       33333777333333333333CC3333333333333377333333333333330000}
  709.     NumGlyphs = 2
  710.   end
  711.   object Button3: TButton
  712.     Left = 152
  713.     Top = 314
  714.     Width = 97
  715.     Height = 20
  716.     Caption = 'Flip'
  717.     TabOrder = 30
  718.     OnClick = Button3Click
  719.   end
  720.   object Button2: TButton
  721.     Left = 152
  722.     Top = 333
  723.     Width = 97
  724.     Height = 21
  725.     Caption = 'Rotate'
  726.     TabOrder = 31
  727.     OnClick = Button2Click
  728.   end
  729.   object Button4: TButton
  730.     Left = 152
  731.     Top = 353
  732.     Width = 97
  733.     Height = 22
  734.     Caption = 'Reset'
  735.     TabOrder = 32
  736.     OnClick = Button4Click
  737.   end
  738.   object SaveButton: TBitBtn
  739.     Left = 152
  740.     Top = 374
  741.     Width = 97
  742.     Height = 45
  743.     Caption = 'Save'
  744.     Font.Color = clBlack
  745.     Font.Height = -11
  746.     Font.Name = 'MS Sans Serif'
  747.     Font.Style = []
  748.     ParentFont = False
  749.     TabOrder = 3
  750.     OnClick = SaveButtonClick
  751.     Glyph.Data = {
  752.       78010000424D7801000000000000760000002800000020000000100000000100
  753.       04000000000000000000120B0000120B00000000000000000000000000000000
  754.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  755.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  756.       033333FFFF77777773F330000077777770333777773FFFFFF733077777000000
  757.       03337F3F3F777777733F0797A770003333007F737337773F3377077777778803
  758.       30807F333333337FF73707888887880007707F3FFFF333777F37070000878807
  759.       07807F777733337F7F3707888887880808807F333333337F7F37077777778800
  760.       08807F333FFF337773F7088800088803308073FF777FFF733737300008000033
  761.       33003777737777333377333080333333333333F7373333333333300803333333
  762.       33333773733333333333088033333333333373F7F33333333333308033333333
  763.       33333737333333333333330333333333333333733333333333330000}
  764.     Layout = blGlyphTop
  765.     NumGlyphs = 2
  766.     Style = bsNew
  767.   end
  768.   object CheckBox1: TCheckBox
  769.     Left = 309
  770.     Top = 0
  771.     Width = 108
  772.     Height = 17
  773.     Caption = 'Stretch with ratio'
  774.     TabOrder = 33
  775.     OnClick = SstretchRatioOnOff
  776.   end
  777.   object TiffCombo: TComboBox
  778.     Left = 541
  779.     Top = 301
  780.     Width = 79
  781.     Height = 23
  782.     Color = clTeal
  783.     ItemHeight = 15
  784.     Items.Strings = (
  785.       'NONE'
  786.       'CCITT'
  787.       'LZW'
  788.       'PACKBITS')
  789.     TabOrder = 34
  790.     Text = 'NONE'
  791.     OnChange = TiffComboChange
  792.   end
  793.   object SaveDialog1: TSaveDialog
  794.     FileEditStyle = fsComboBox
  795.     Filter = 'jpeg|*.jpg|bmp|*.bmp|gif|*.gif|pcx|*.pcx|png|*.png|tif|*.tif'
  796.     Options = [ofOverwritePrompt]
  797.     Title = 'Save as '
  798.     Left = 276
  799.     Top = 20
  800.   end
  801.   object MainMenu1: TMainMenu
  802.     Left = 244
  803.     Top = 20
  804.     object N1: TMenuItem
  805.       Caption = '&File'
  806.       ShortCut = 0
  807.       object O1: TMenuItem
  808.         Caption = '&Open'
  809.         ShortCut = 0
  810.         OnClick = O1Click
  811.       end
  812.       object OpenUsingThumbnails1: TMenuItem
  813.         Caption = 'Open Using Thumbnails'
  814.         ShortCut = 0
  815.         OnClick = OpenUsingThumbnails1Click
  816.       end
  817.       object N2: TMenuItem
  818.         Caption = '&Save'
  819.         ShortCut = 0
  820.         OnClick = SaveButtonClick
  821.       end
  822.       object N3: TMenuItem
  823.         Caption = '-'
  824.         ShortCut = 0
  825.       end
  826.       object SelectScanner1: TMenuItem
  827.         Caption = 'Select Scanner Source'
  828.         ShortCut = 0
  829.         OnClick = SelectScanner1Click
  830.       end
  831.       object Scan1: TMenuItem
  832.         Caption = 'Scan Image'
  833.         ShortCut = 0
  834.         OnClick = Scan1Click
  835.       end
  836.       object N6: TMenuItem
  837.         Caption = '-'
  838.         ShortCut = 0
  839.       end
  840.       object Print1: TMenuItem
  841.         Caption = '&Print'
  842.         ShortCut = 0
  843.         OnClick = Print1Click
  844.       end
  845.       object PrintSetup1: TMenuItem
  846.         Caption = 'Print &Setup'
  847.         ShortCut = 0
  848.         OnClick = PrintSetup1Click
  849.       end
  850.       object N5: TMenuItem
  851.         Caption = '-'
  852.         ShortCut = 0
  853.       end
  854.       object CreateMessage1: TMenuItem
  855.         Caption = '&Create Scroll Message'
  856.         ShortCut = 0
  857.         OnClick = BitBtn1Click
  858.       end
  859.       object CreateCreditMessage1: TMenuItem
  860.         Caption = 'C&reate Credit Message'
  861.         ShortCut = 0
  862.         OnClick = BitBtn2Click
  863.       end
  864.       object N7: TMenuItem
  865.         Caption = '-'
  866.         ShortCut = 0
  867.       end
  868.       object LoadresourcefromDelphiExe1: TMenuItem
  869.         Caption = 'Load resource from Delphi.Exe'
  870.         ShortCut = 0
  871.         OnClick = BitBtn6Click
  872.       end
  873.       object N4: TMenuItem
  874.         Caption = '-'
  875.         ShortCut = 0
  876.       end
  877.       object E1: TMenuItem
  878.         Caption = 'E&xit'
  879.         ShortCut = 0
  880.         OnClick = E1Click
  881.       end
  882.     end
  883.     object Edit9: TMenuItem
  884.       Caption = '&Edit'
  885.       ShortCut = 0
  886.       object Cut1: TMenuItem
  887.         Caption = '&Cut'
  888.         ShortCut = 0
  889.         OnClick = Cut1Click
  890.       end
  891.       object Copy1: TMenuItem
  892.         Caption = 'C&opy'
  893.         ShortCut = 0
  894.         OnClick = Copy1Click
  895.       end
  896.       object Paste1: TMenuItem
  897.         Caption = '&Paste'
  898.         ShortCut = 0
  899.         OnClick = Paste1Click
  900.       end
  901.     end
  902.     object A1: TMenuItem
  903.       Caption = '&About'
  904.       ShortCut = 0
  905.       OnClick = A1Click
  906.     end
  907.   end
  908.   object OpenDialog1: TOpenDialog
  909.     FileEditStyle = fsComboBox
  910.     Filter = 
  911.       'jpeg|*.jpg|bitmap|*.bmp|gif|*.gif|pcx|*.pcx|png|*.png|scroll|*.s' +
  912.       'cm|credit|*.cms|metafile|*.wmf|icon|*.ico|tif|*.tif|all images|*' +
  913.       '.jpg;*.bmp;*.gif;*.pcx;*.wmf;*.ico;*.png;*.scm;*.cms;*.tif'
  914.     Options = [ofReadOnly]
  915.     Title = 'Open images'
  916.     Left = 210
  917.     Top = 20
  918.   end
  919.   object PrinterSetupDialog1: TPrinterSetupDialog
  920.     Left = 303
  921.     Top = 20
  922.   end
  923.   object PrintDialog1: TPrintDialog
  924.     Options = [poPageNums, poSelection, poWarning]
  925.     PrintRange = prSelection
  926.     Left = 332
  927.     Top = 20
  928.   end
  929.   object ThumbPreview1: TThumbPreview
  930.     AutoLoad = True
  931.     Title = 'Image Preview'
  932.     DataFileName = 'thumbs.dat'
  933.     DataFileDir = 'D:\BORLAND\DELPHI 2.0\BIN\'
  934.     PreviewsDir = 'D:\BORLAND\DELPHI 2.0\BIN\'
  935.     Left = 358
  936.     Top = 20
  937.   end
  938. end
  939.